Skip to main content

Describesummary

Description

Obtain the risk item information detected by the baseline check according to the risk classification.

Request Method

POST

Request Path

/apsara/route/aegis/Describesummary

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
TypeNamesBODYstringNoNo sample value for this parameter.risk category name, separated by "," when specifying multiple risk categories.
PageSizeBODYintegerNoNo sample value for this parameter.specifies the maximum number of records per page in the returned result. Default value: 20
SubTypeNamesBODYstringNoNo sample value for this parameter.sub-risk category names, separated by "," when specifying multiple sub-risk categories.
StatusListBODYstringNoNo sample value for this parameter.Risk item processing status, value range: 1: indicates pending processing 2: indicates that it has been ignored 3: indicates confirmed 8: indicates that it has been marked as a false positive 16: indicates that processing 32: indicates that the processing is complete supports specifying multiple states separated.
StrategyIdBODYlongNoNo sample value for this parameter.baseline check policy ID.
DealedBODYstringNoNo sample value for this parameter.whether the risk item has been processed. Y: indicates processed N: indicates unprocessed
versionBODYstringNo2016-01-01version of api
RiskLevelsBODYstringNoNo sample value for this parameter.risk levels, separated by "," when multiple risk levels are specified.
RiskNameBODYstringNoNo sample value for this parameter.risk item name. description supports fuzzy matching search.
CurrentPageBODYintegerNoNo sample value for this parameter.specifies the number of pages currently returned. default value: 1
regionIdBODYstringYesNo sample value for this parameter.region id
UuidsBODYstringNoNo sample value for this parameter.host asset UUID, specifying multiple host asset UUIDs separated.

Return data

NameTypeSample valueDescription
PendingCountintegerno demo valuenumber of risk items to be processed.
RiskIdlongno demo valuerisk item ID.
RequestIdstringno demo valuerequest ID.
PageSizeintegerno demo valuepage displays the maximum number of records.
RiskDetailstringno demo valuedetails of risk items.
TypeAliasstringno demo valuerisk category name.
Countintegerno demo valueNumber of risk item records returned.
RiskNamestringno demo valuerisk item name.
SubTypeAliasstringno demo valuesub-risk category name.
LastFoundTimestringno demo valueLast discovery time.
TotalCountintegerno demo valuetotal number of risk items.
CurrentPageintegerno demo valuecurrently returns page number.
Levelstringno demo valuerisk level.
WarningSummarysarrayno demo valuelist of risk items. see the following parameter description for specific sub-items.

Example

Successful Response example

{
"PendingCount":"no demo value",
"RiskId":"no demo value",
"RequestId":"no demo value",
"PageSize":"no demo value",
"RiskDetail":"no demo value",
"TypeAlias":"no demo value",
"Count":"no demo value",
"RiskName":"no demo value",
"SubTypeAlias":"no demo value",
"LastFoundTime":"no demo value",
"TotalCount":"no demo value",
"CurrentPage":"no demo value",
"Level":"no demo value",
"WarningSummarys":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}